Microsoft Windows graphic

To connect to a NetWare resource

Using the Windows interface

  1. Open My Network Places.
  2. Do one of the following:
    • Double-click NetWare or Compatible Network.
    • Double-click Entire Network, and then double-click NetWare or Compatible Network.

    Windows Explorer displays Novell Directory Services (NDS) trees with a tree icon and individual NetWare computers with a computer icon.

  3. Double-click a tree or volume to see the contents. You can then double-click those contents to see other computers or volumes.
  4. Do one of the following:
    • When you find the volume or folder that you want to access, double-click the volume or folder to expand it.
    • To map a local drive to the volume or folder, click the volume or folder, and then, on the Tools menu, click Map Network Drive. Follow the instructions in the Map Network Drive wizard.

Important

Notes

Using a command line

  1. Open Command Prompt.
  2. Do any of the following:
  3. To connect to an individual NetWare volume

    • At the command prompt, type:

      net use drive: {UNCname|NetWareName}

      For example, to use the Universal Naming Convention (UNC) naming syntax to redirect drive G to the \Data\Mydata directory of the Thor volume on a server called Nw4, type:

      net use G: \\nw4\thor\data\mydata

      The following message indicates that your user name and password cannot be authenticated:

      The password is invalid for \\server name\volume name[\directory name...]

    To connect with a valid user name and password

    • At the command prompt, add your user name and password to the command line by typing:

      /user: UserName password

      For example, to use drive G to connect as Annie with the password Marshmallow to the \Data\Mydata directory within the Thor volume on a server called Nw4, type:

      net use G: \\nw4\thor\data\mydata /user:annie marshmallow

    To connect to a Novell Directory Services (NDS) tree

    • At the command prompt, type:

      net use drive: \\TreeName\volume.OrgName.OrgName [/u:UserName.OrgName.OrgName [password]]

      Value Description
      TreeName Name of the tree volume.
      OrgName Tree location to which you want to connect.
      UserName.OrgName.OrgName The user name and context for this tree (unless it is your default tree).

Important

Notes

Related Topics